home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload Trio 2
/
Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO
/
dir43
/
med300.zip
/
MEDUMMY.CLA
< prev
next >
Wrap
Text File
|
1994-02-22
|
2KB
|
31 lines
!▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
!█ █
!█ MEDUMMY.CLA █
!█ Event loop processing code for Generator applications. Insert █
!█ this code in the ME_Dummy fields 'Selected / Source' button. █
!█ █
!█ Revision Number: 1 █
!█ Revision Date : 22-Feb-94 █
!█ █
!█ Revision History █
!█ 1 Created █
!█ █
!▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ACCEPT ! Process dummy field
IF KEYCODE() ! If not in non-stop mode
ALERT ! Clear alerts
ALERT(AltA, AltZ) ! Alert Alt keys
ALERT(TabKey) ! Alert Tab key
ALERT(ShftTab) ! Alert Shift-Tab key
ME_Edit() ! Edit the memo
ALERT ! Turn off alerts
IF ~INRANGE(KEYCODE(), MouseLeft, MouseLeft2)! If not a mouse click
IF KEYCODE() <> TabKey ! If not Tab key
PRESS(KEYCODE()) ! Stuff completion key
. . ! Endif
CYCLE ! Go to top of event loop
. ! Endif